home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-07 / misc.zip / BRIDGE-E.TXT < prev    next >
Text File  |  1993-05-14  |  12KB  |  267 lines

  1.      Bridge between two LANtastic networks
  2.      ─────────────────────────────────────
  3.  
  4.      The STARTNET.BAT's described below are really only exerps to
  5.      show the relevant details for this document. I used LANtastic
  6.      NOS 5.00. Suggestions to improve this setup are welcome!
  7.  
  8.      This semi-bridge feature in LANtastic 5.00 allows you to
  9.      copy files to/from the servers via the semi-bridge, execute
  10.      programs and edit documents.IT DOESN'T ALLOW YOU TO USE
  11.      PROGRAMS THAT NEED TO DO FILE AND RECORD LOCKING ON DATA
  12.      FILES VIA THE BRIDGE.
  13.  
  14.      Connection
  15.      ──────────
  16.      The network is split into two (A and B), but one server is
  17.      connected to both cables.
  18.  
  19.      Network A
  20.                Thin Ethernet                            Thin Ethernet
  21.         T┬──────────────────┬───────────────────┬T   T┬────────┐
  22.      ┌───┴─────────┐    ┌───┴─────────┐     ┌───┴─────┴───┐    │
  23.      │ Workstation │    │ Server      │     │ Server      │    │
  24.      │ ADAM        │    │ ROBERT      │     │ SUSAN       │    │
  25.      │ Ethernet    │    │ Ethernet    │     │ Ethernet    │    │
  26.      │             │    │             │     │ Ethernet    │    │
  27.      └─────────────┘    └─────────────┘     └─────────────┘    │
  28.                                                                │
  29.                                                                │
  30.      Network B                                                 │
  31.                Thin Ethernet                                   │
  32.         T┬───────────────────────────────┬─────────────────────┘
  33.      ┌───┴─────────┐                 ┌───┴─────────┐
  34.      │ Workstation │                 │ Server      │
  35.      │ EVE         │                 │ TONY        │
  36.      │ Ethernet    │                 │ Ethernet    │
  37.      │             │                 │             │
  38.      └─────────────┘                 └─────────────┘
  39.  
  40.      In the above setup all have Ethernet adapters, but it will also 
  41.      work if ADAM and ROBERT have LANtastic 2 Mbps adapters and
  42.      SUSAN has Ethernet and LANtastic 2 Mpbs. Instead of LANtastic 
  43.      2 Mbps YOU may use ARCNET, Token Ring, IBM Broad Band or 
  44.      anything else that works with LANtastic.
  45.  
  46.  
  47.      The main question
  48.      ─────────────────
  49.      How should the setup be if all users are to reach the hard
  50.      disks on servers ROBERT, SUSAN and TONY? 
  51.  
  52.  
  53.      ADAM: STARTNET.BAT
  54.      ──────────────────
  55.      NODERUN         (driver for the Ethernet adapter)
  56.      AILANBIO
  57.      REDIR ADAM BUFFERS=2 SIZE=4096 LOGINS=3
  58.      NET USER ADAM
  59.      NET LOGIN/DEFERRED \\ROBERT
  60.      NET LOGIN/DEFERRED \\SUSAN
  61.      NET USE/DEFERRED R: \\ROBERT\R-DRIVE
  62.      NET USE/DEFERRED S: \\SUSAN\S-DRIVE
  63.      NET USE/DEFERRED T: \\SUSAN\T-DRIVE
  64.      NET SHOW
  65.  
  66.      ROBERT: STARTNET.BAT
  67.      ──────────────────
  68.      SHARE /F:4096 /L:200
  69.      NODERUN         (driver for the Ethernet adapter)
  70.      AILANBIO
  71.      REDIR ROBERT BUFFERS=2 SIZE=4096 LOGINS=3
  72.      SERVER
  73.      NET USER ROBERT
  74.      NET LOGIN/DEFERRED \\ROBERT
  75.      NET LOGIN/DEFERRED \\SUSAN
  76.      SUBST R: C:\
  77.      NET USE/DEFERRED S: \\SUSAN\S-DRIVE
  78.      NET USE/DEFERRED T: \\SUSAN\T-DRIVE
  79.      NET SHOW
  80.  
  81.      SUSAN: STARTNET.BAT
  82.      ──────────────────
  83.      SHARE /F:4096 /L:200
  84.      NODERUN         (driver for the Ethernet adapter)
  85.      AILANBIO
  86.      NODERUN IRQ=10 IOBASE=320 MPX=C8
  87.      AILANBIO MPX=C8 ADAPTER=1
  88.      REDIR SUSAN BUFFERS=2 SIZE=4096 LOGINS=3 BEEP_DELAY=30
  89.      SERVER
  90.      NET USER SUSAN
  91.      NET LOGIN/DEFERRED \\ROBERT
  92.      NET LOGIN/DEFERRED \\SUSAN
  93.      NET LOGIN/DEFERRED \\TONY
  94.      NET USE/DEFERRED R: \\ROBERT\R-DRIVE
  95.      SUBST S: C:\
  96.      NET USE/DEFERRED T: \\TONY\T-DRIVE
  97.      NET SHOW
  98.  
  99.      TONY: STARTNET.BAT
  100.      ──────────────────
  101.      SHARE /F:4096 /L:200
  102.      NODERUN         (driver for the Ethernet adapter)
  103.      AILANBIO
  104.      REDIR TONY BUFFERS=2 SIZE=4096 LOGINS=3
  105.      SERVER
  106.      NET USER TONY
  107.      NET LOGIN/DEFERRED \\SUSAN
  108.      NET LOGIN/DEFERRED \\TONY
  109.      NET USE/DEFERRED R: \\SUSAN\R-DRIVE
  110.      NET USE/DEFERRED S: \\SUSAN\S-DRIVE
  111.      SUBST T: C:\
  112.      NET SHOW
  113.  
  114.      EVE: STARTNET.BAT
  115.      ─────────────────
  116.      NODERUN         (driver for the Ethernet adapter)
  117.      AILANBIO
  118.      SPORT MPX=C8 BAUD=9600
  119.      REDIR EVE BUFFERS=2 SIZE=4096 LOGINS=3 BEEP_DELAY=30
  120.      NET USER EVE
  121.      NET LOGIN/DEFERRED \\SUSAN
  122.      NET LOGIN/DEFERRED \\TONY
  123.      NET USE/DEFERRED R: \\SUSAN\R-DRIVE
  124.      NET USE/DEFERRED S: \\SUSAN\S-DRIVE
  125.      NET USE/DEFERRED T: \\TONY\T-DRIVE
  126.      NET SHOW
  127.  
  128.  
  129.      2MBPS 2MBPS 2MBPS 2MBPS 2MBPS 2MBPS 2MBPS 2MBPS 2MBPS 2MBPS 
  130.      ───────────────────────────────────────────────────────────
  131.  
  132.      If ADAM, ROBERT and SUSAN is connected to a LANtastic 2 Mbps
  133.      network, their STARTNET.BAT should be changed like this:
  134.  
  135.         Replace the lines:
  136.            NODERUN
  137.            AILANBIO
  138.  
  139.         With the line:
  140.            LANBIOS3 IRQ=15 RAMBASE=D800 NODE=????
  141.  
  142.         Replace ???? with a unique number for every 2 Mbps node.
  143.         You may use LANBIOS or LANBIO2 instead of LANBIOS3 if you
  144.         have the original och enhanced 2 Mbps adapters.
  145.  
  146.  
  147.      ROBERT ROBERT ROBERT ROBERT ROBERT ROBERT ROBERT ROBERT ROBERT
  148.      ──────────────────────────────────────────────────────────────
  149.  
  150.      ROBERT: NET_MGR - Server Startup Parameters
  151.        File Lookup Cache: 0
  152.  
  153.      ROBERT: NET_MGR - Shared Resources Management
  154.       ╔══════════════════════════════════════════════════════╗
  155.       ║Resource Name => Local Path/Device                    ║
  156.       ╠══════════════════════════════════════════════════════╣
  157.       ║.             => C:\LANTASTI.NET                      ║
  158.       ║R-DRIVE       => C:                                   ║
  159.       ╚══════════════════════════════════════════════════════╝
  160.  
  161.      ROBERT: NET_MGR - The resource R-DRIVE
  162.       ╔══════════════════════════════════════════════════════╗
  163.       ║Detailed Information for R-DRIVE                      ║
  164.       ╠══════════════════════════════════════════════════════╣
  165.       ║     Description: This is Robert's C-DRIVE!           ║
  166.       ║      Local Path: C:                                  ║
  167.       ║ Disk Drive Type: DOS                                 ║
  168.       ║   File Security: None                                ║
  169.       ║                                                      ║
  170.       ║────── ACCESS CONTROL LIST ───────────────────────    ║
  171.       ║*                 RWCMLDKNEA--                        ║
  172.       ║                                                      ║
  173.       ╚══════════════════════════════════════════════════════╝
  174.  
  175.  
  176.      SUSAN SUSAN SUSAN SUSAN SUSAN SUSAN SUSAN SUSAN SUSAN SUSAN
  177.      ───────────────────────────────────────────────────────────
  178.  
  179.      SUSAN: NET_MGR - Server Startup Parameters
  180.        File Lookup Cache: 200
  181.  
  182.      SUSAN: NET_MGR - Shared Resources Management
  183.       ╔══════════════════════════════════════════════════════╗
  184.       ║Resource Name => Local Path/Device                    ║
  185.       ╠══════════════════════════════════════════════════════╣
  186.       ║.             => C:\LANTASTI.NET                      ║
  187.       ║R-DRIVE       => R:                                   ║
  188.       ║S-DRIVE       => C:                                   ║
  189.       ║T-DRIVE       => T:                                   ║
  190.       ╚══════════════════════════════════════════════════════╝
  191.  
  192.      SUSAN: NET_MGR - The resource R-DRIVE
  193.       ╔══════════════════════════════════════════════════════╗
  194.       ║Detailed Information for R-DRIVE                      ║
  195.       ╠══════════════════════════════════════════════════════╣
  196.       ║     Description: This is Robert's R-DRIVE!           ║
  197.       ║      Local Path: R:                                  ║
  198.       ║ Disk Drive Type: Other                               ║
  199.       ║   File Security: None                                ║
  200.       ║                                                      ║
  201.       ║────── ACCESS CONTROL LIST ───────────────────────    ║
  202.       ║*                 RWCMLDKNEA--                        ║
  203.       ║                                                      ║
  204.       ╚══════════════════════════════════════════════════════╝
  205.  
  206.      SUSAN: NET_MGR - The resource S-DRIVE
  207.       ╔══════════════════════════════════════════════════════╗
  208.       ║Detailed Information for S-DRIVE                      ║
  209.       ╠══════════════════════════════════════════════════════╣
  210.       ║     Description: This is Susan's C-DRIVE!            ║
  211.       ║      Local Path: C:                                  ║
  212.       ║ Disk Drive Type: DOS                                 ║
  213.       ║   File Security: None                                ║
  214.       ║                                                      ║
  215.       ║────── ACCESS CONTROL LIST ───────────────────────    ║
  216.       ║*                 RWCMLDKNEA--                        ║
  217.       ║                                                      ║
  218.       ╚══════════════════════════════════════════════════════╝
  219.  
  220.      SUSAN: NET_MGR - The resource T-DRIVE
  221.       ╔══════════════════════════════════════════════════════╗
  222.       ║Detailed Information for T-DRIVE                      ║
  223.       ╠══════════════════════════════════════════════════════╣
  224.       ║     Description: This is Tony's T-DRIVE!             ║
  225.       ║      Local Path: T:                                  ║
  226.       ║ Disk Drive Type: Other                               ║
  227.       ║   File Security: None                                ║
  228.       ║                                                      ║
  229.       ║────── ACCESS CONTROL LIST ───────────────────────    ║
  230.       ║*                 RWCMLDKNEA--                        ║
  231.       ║                                                      ║
  232.       ╚══════════════════════════════════════════════════════╝
  233.  
  234.  
  235.      TONY TONY TONY TONY TONY TONY TONY TONY TONY TONY TONY TONY
  236.      ───────────────────────────────────────────────────────────
  237.  
  238.      TONY: NET_MGR - Server Startup Parameters
  239.        File Lookup Cache: 0
  240.  
  241.      TONY: NET_MGR - Shared Resources Management
  242.       ╔══════════════════════════════════════════════════════╗
  243.       ║Resource Name => Local Path/Device                    ║
  244.       ╠══════════════════════════════════════════════════════╣
  245.       ║.             => C:\LANTASTI.NET                      ║
  246.       ║T-DRIVE       => C:                                   ║
  247.       ╚══════════════════════════════════════════════════════╝
  248.  
  249.      TONY: NET_MGR - The resource T-DRIVE
  250.       ╔══════════════════════════════════════════════════════╗
  251.       ║Detailed Information for T-DRIVE                      ║
  252.       ╠══════════════════════════════════════════════════════╣
  253.       ║     Description: This is Tony's C-DRIVE!             ║
  254.       ║      Local Path: C:                                  ║
  255.       ║ Disk Drive Type: DOS                                 ║
  256.       ║   File Security: None                                ║
  257.       ║                                                      ║
  258.       ║────── ACCESS CONTROL LIST ───────────────────────    ║
  259.       ║*                 RWCMLDKNEA--                        ║
  260.       ║                                                      ║
  261.       ╚══════════════════════════════════════════════════════╝
  262.  
  263.                                      Written 14-MAY-1993 by
  264.                                      Bengt Nilsson
  265.                                      DATAFANT AB, Sweden
  266.  
  267.